From a31e1a70b996615bc64e6956c4cfd320b0e0f797 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 14 Sep 2006 02:46:58 +0000 Subject: [PATCH] (ucs-input-method): Don't make the action of a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs mechanism do it. --- leim/quail/uni-input.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/leim/quail/uni-input.el b/leim/quail/uni-input.el index 1e6bdbd51e8..851b4fdf223 100644 --- a/leim/quail/uni-input.el +++ b/leim/quail/uni-input.el @@ -100,11 +100,6 @@ (progn (push key events) (ucs-input-insert-char key)) - (let ((last-command-char key) - (current-prefix-arg)) - (condition-case err - (call-interactively (key-binding seq)) - (quail-error (message "%s" (cdr err)) (beep)))) (quail-delete-region) (throw 'non-digit (append (reverse events) (listify-key-sequence seq)))))) -- 2.30.2